@charset "utf-8";
/* CSS Document */
html{color:#333;background:#fff}
body,div,p,h1,h2,h3,h4,h5,h6,img,ul,li,a,strong,dl,dt,dd,input,textarea{
    margin:0;
    padding:0;
    list-style:none;
    border:0;
    text-decoration:none;
    font-family:"microsoft yahei";
    font-size:14px;
}
table{border-collapse:collapse;border-spacing:0}
a{ text-decoration:none;}
a:hover{text-decoration: none !important;}
a:focus {text-decoration: none!important;}
fieldset,img{border:0}
ol,ul{list-style:none}
.w-100{width:100%; height:auto; overflow:hidden;}
.w-1260{width:1260px; margin:0 auto; overflow:hidden;}
.w-1260-1{width:1260px; margin:0 auto;}
#w-1200{width:1260px; margin:0 auto; overflow:hidden;}
#w-1200-1{width:1260px; margin:0 auto;}
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both;}
.mt-10{ margin-top:10px;}
.mt-15{ margin-top:15px;}
.mt-20{ margin-top:20px;}
.mt-30{ margin-top:30px;}
.mt-35{ margin-top:35px;}
.mt-40{ margin-top:40px;}
.mt-50{ margin-top:55px;}
.mt-60{ margin-top:60px;}
.mt-65{ margin-top:65px;}
.mt-70{ margin-top:60px;}
.mt-80{ margin-top:80px;}
.mt-90{ margin-top:90px;}
.mt-100{ margin-top:100px;}
.t-align-c{ text-align:center;}
.clearfix:after {content:""; display: block; clear:both; }

.margin0{margin:0 0px;}
.margin3{margin:0 3px;}
.margin5{margin:0 5px;}
.margin8{margin:0 8px;}
.margin-20{margin:0 -20px;}
.padding0{padding:0px;}
.padding3{padding:0 3px;}
.padding8{padding:0 8px;}
.padding-8{padding-right: 3px;padding-left:3px;}
.padding-15{padding:0 -15px !important;}
.padding0-sm15{padding:0px;}
#w-90{margin:0 auto;width: 90%;overflow: hidden;}
#w-80{margin:0 auto;width: 80%;overflow: hidden;}
#w-1260{margin:0 auto;width: 1260px;overflow: hidden;}
#w-1260-1{margin:0 auto;width: 1260px;}
.p-img{width: 100%;}

/*====================top====================*/
.top-bg{
  width: 100%;
  height: 98px;
  position: fixed;
  top:0px;
  left:0px;
  z-index: 111111;
  background-color: #fff;
/*  background: rgb(255,255,255,1);
  ilter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);*/
  transition: all 0.3s;
  border-bottom:1px solid #dadada;
}
.top-bg-hover{
  background-color:#fff;
  -webkit-box-shadow: 0px 5px 8px rgba(102,102,102,0.35);
  box-shadow: 0px 5px 8px rgba(102,102,102,0.35);
  transition: all 0.3s;
}
.ch-logo{
  position: relative;
}
.strk-phone img{
  width: 236px;
}
/*====================menu====================*/
.menu-bg{
  width: 100%;
  height: auto;
}
.pc-menu li{
  position: relative;
  z-index: 200;
  float: left;
  width: 11%;
  padding:0px 0.1% 0px  0.1%;
  color: #222222;
  list-style: none;
  transition: all 0.3s ease-out;
}
.pc-menu-bg1{
/*  background: url(../images/menu-bg1.png) top right no-repeat;*/
}
.pc-menu-bg1:hover{
  background: none;
}
.pc-menu li:hover{
 /* background-color: #fd5f20;*/
}
.pc-menu li a{
  position: absolute;
  z-index: 1000;
  display: block;
  height: 150px;
  line-height: 150px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  position: relative;
}
.pc-menu li:hover a{
  color:#fff;
}
.pc-menu li .active{
  background-color: #ff3131;
  color: #fff !important;
}
.pc-menu li:after {
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 10;
  background: url(../images/menu-bg.png) repeat-x #ff3131;
  background-position: 50px 50px;
  content: "";
  height: 150px;
  transition: all 0.4s ease 0s;
  width: 0%;
}
.pc-menu li:hover:after {
  width: 100%;
  left: 0px;
  background-position: 0px 0px;
}
.pc-menu li ul{
  position: absolute;
  top:150px;
  left:0px;
  z-index: 111111111;
  z-index: 1000;
  margin:0px;
  margin-left:0px;
  padding:15px 15px 30px 15px;
 /* width:230px;*/
  display: none;
  background-color: #fff;
  overflow: hidden;
}
.pc-menu li ul a{
  display: block;
  margin:0 auto;
  padding:0px;
  height: 30px;
  font-size: 15px;
  color: #333 !important;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  border-bottom: 1px solid #d7d7d7;
}
.pc-menu li ul a:hover{
  color: #fb8404 !important;
}
.pc-menu li ul a:hover:after{
  content: "";
  height: 0px;
  left: 0;
  position: absolute;
  transition: all 0.2s ease 0s;
  width: 0%;
}
/*导航*/
.header-nav .nav-list>li{float:left;padding:38px 0;position:relative;}
.header-nav .nav-list>li>a{padding:0 25px;font-size:16px;position:relative; color: #333;font-weight: 700;}
.header-nav li.active>a,.header-nav .nav-list>li>a:hover{color:#0256AC;}
.header-nav .nav-list>li>a:after{content:'';position:absolute;width:1px;height:10px;background-color:#ddd;top:50%;margin-top:-5px;margin-left:25px;}
.header-nav .nav-list>li:last-child>a:after{display:none;}
/* .header-nav ul li ul li a{background-color: inherit;} */
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{background-color: inherit;color: #0256AC;}
.header-nav .header-contact{margin-top:32px; no-repeat left center;padding-left:42px;}
.header-nav .header-contact>p{color:#444;font-size:14px;margin-bottom:0;line-height:18px;}
.header-nav .header-contact>.fr p:first-child{font-size:12px;color:#bbb;line-height: 12px;}
.top-icon{width:12px;height:12px;position:absolute;margin-left:-18px;vertical-align:middle;margin-top:6px;}
.icon-follow{background:url("../images/top_icons2.png") no-repeat left center;}
.icon-global{background:url("../images/top_icons3.png") no-repeat left center;}
.dropdown-menu{border-radius:0;margin-top:0;border-top-color:#ddd;min-width:auto;display:block;display: none\9;display: block\9\0;-webkit-transform:scale(1.2,0);transform:scale(1.2,0);opacity:0;-webkit-transform-origin:top;transform-origin:top;-webkit-transition:all .2s ease-out;-webkit-transition:-webkit-all .2s ease-out;transition:-webkit-all .2s ease-out;transition:all .2s ease-out;transition:all .2s ease-out,-webkit-all .2s ease-out;-webkit-box-shadow:0px 5px 8px rgba(102,102,102,0.35);box-shadow:0px 5px 8px rgba(102,102,102,0.35);padding:17px 26px;}
.dropdown-menu > li:not(:last-child){border-bottom:1px solid #d7d7d7;}
.dropdown-menu > li>a{padding:5px 0;font-size:14px;line-height:28px;}
.dropdown-menu > li>a:hover{color:#fb8404;background-color:transparent;}
.dropdown-active{display: block\9;-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1;}

.chanpin_list_wrap{ -webkit-transition: all .2s ease-out;-webkit-transition: -webkit-all .2s ease-out;transition: -webkit-all .2s ease-out;transition: all .2s ease-out;transition: all .2s ease-out,-webkit-all .2s ease-out;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;position: absolute;z-index: 99;left: 0;right: 0; top:97px; background-color: #fff;padding-top:30px;padding-bottom:22px;}
.chanpin_list_wrap .container{width:100%;}
.chanpin_list_wrap .chanpin_list{/* margin:0 15px; */text-align:center;width:20%;}
.chanpin_list_wrap .chanpin_list h3{border-bottom:1px solid #ddd;padding-bottom:15px;color: #333;margin-top: 20px;margin-bottom: 10px;font-size:16px;font-weight:bold;}
.chanpin_list_wrap ul{padding-left:0;}
.chanpin_list_wrap ul li{line-height:24px;}
.chanpin_list_wrap ul li .pro_list_item a{color:#999;font-size:14px;margin:0 10px 14px;line-height:14px;display:inline-block;}
.chanpin_list_wrap ul li .pro_list_item a.active{color:#FF9900}
.chanpin_list_wrap li span{color:#0256AC;width:80px;border-right:1px solid #e4e4e4;line-height:14px;margin-right:15px;float:left;}
.chanpin_list_wrap li a{color:#777;}
.chanpin_list_wrap li a:hover{color:#f90;}
.chanpin_list_wrap li span>a{color:inherit;}
.chanpin_list_wrap li span>a:hover{color:inherit;}
.chanpin_list_wrap .pro_list_item{overflow:hidden;}
.hide{display:none; transition: all 0.3s;}
/*====================手机站menu====================*/
.ph-menu {
  display: block;
  width: 100%;
  padding: 10px 0px;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.iphone {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
}

.iphone-tit {
  padding: 10px 0px;
  width: 100%;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.iphone__screen {
  position: fixed;
  z-index: 100000000;
  top: 0px;
  left: 0px;
  width: 100%;
  /*height:100%;*/
  overflow: hidden;
}

.iphone__content {
  position: relative;
  width: 100%;
  height: 100%;
}

.nav {
  position: absolute;
  z-index: 100;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.nav--active .nav {
  opacity: 1;
  background-color: #333;
}

.nav__list {
  margin: 0;
  padding: 10px;
  padding-top: 30px;
}

.nav__item {
  margin: 0 auto;
  width: 90%;
  padding: 7px;
  list-style-type: none;
  text-align: left;
}

.nav__item:after {
  content: '';
  display: block;
  position: relative;
  bottom: -8px;
  width: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.nav__link {
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.nav__trigger {
  display: block;
  position: relative;
  z-index: 111111;
  position: fixed;
  top: 20px;
  right: 19px;
  padding: 10px;
  padding-bottom: 15px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}

.nav--active .nav__trigger {
  opacity: 0.5;
}

.nav__icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 5px;
  background-color: #FFFFFF;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.nav__icon:before,
.nav__icon:after {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  background: #FFFFFF;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.nav__icon:before {
  margin-top: -10px;
}

.nav__icon:after {
  margin-top: 10px;
}


/*====================手机站menu2====================*/
.ph-menu2 {
  height: auto;
  padding: 5px;
  background-color: #2c2c2c;
  overflow: hidden;
}

.ph-menu2 li {
  float: left;
  width: 25%;
  height: auto;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}

.ph-menu2 li a {
  display: block;
  margin: 2px auto;
  padding: 6px 0px;
  width: 96%;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 5px;
}

/*====================手机站 end menu2====================*/

/* 样式一*/
.style-1 .nav {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
}

.style-1 .nav--active {
  height: 100%;
}

.style-1 .nav__link {
  opacity: 0;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.style-1 .nav--active .nav__link {
  opacity: 1;
}

.style-1 .nav--active .nav {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.style-1 .nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);
}

.style-1 .nav--active .nav__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.style-1 .nav--active .nav__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*====================end手机站menu====================*/
.hy-logo{
  margin-top: 29px;
}
/*====================title====================*/
.ch-tit{
  padding:15px 15px;
  
}
.ch-tit h2{
  display: block;
  margin-top: 8px;
  padding-bottom: 12px;
  font-size: 26px;
  color: #333;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #efefef;

}
.ch-tit p.c-en{
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #666;
}
.ch-tit p.c-con{
  display: block;
  margin-top:8px;
  font-size: 17px;
  color: #575757;
  text-align: center;
}

/*====================middle====================*/
  /*标题*/
  .tit1{
    width: 100%;
    height: auto;
    background: url(../images/tit-bg1.jpg) top center no-repeat;
    overflow: hidden;
	margin-top: 70px;
  }
  .tit1 img{
    display: block;
    margin:0 auto;
  }
  .tit1 h2{
    display: block;
    height: 50px;
    text-align: center;
    font-size: 36px;
    color: #464646;
    letter-spacing: 10px;
    font-weight: bold;
  }
  .tit1 p{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #737373;
    letter-spacing: 0px;
  }
  .tit1 .enzi{
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    color: #666;
  }
 /*分类*/
  .gl-proc{
    padding:15px 0px;
    text-align: center;
  }
  .gl-proc li{
    display: inline-block;
    text-align: -webkit-match-parent;
  }
  .gl-proc li a{
    display: inline-block;
    font-size: 17px;
    margin:3px;
    width: auto;
    border: #d3d6da 1px solid;
    padding: 8.5px 25px;
    color: #666;
    border-radius: 3px;
    transition: all 0.5s;
  }
  .gl-proc li:hover a{
    background-color: #0256AC;
    color: #fff;
  }
  /*效果1*/
  .swiper-container {
        width: 100%;
        height: 100%;
        padding-bottom: 50px;
    }
  .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
  }
  .h-xg-a{
    position: relative;
    width: 100%;
  }
  .h-xg-a img{
    width: 100%;
    height: auto;
  }
  .h-xg-a .zi{}
  .h-xg-a .zi h3{
    display: block;
    margin-top: 10px;
    padding:5px 0px;
    font-size: 16px;
    color: #333;
    letter-spacing: 0px;
    border:1px solid #d7d4d4;
    text-align: center;
  }

  
  
/*news*/

.ql-m-img img{
  display: block;
  margin:0 auto;
  margin-top: 20px;
}
.gl-news-bg{
  padding:50px 30px 30px 30px;
  background-color: #F2F2F2;
  overflow: hidden;
}
.ql-news-tit h2{
  display: block;
  padding:5px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.ql-news-tit p{
  padding:15px;
  font-weight: 500;
  line-height: 1.1;
  color: #333;
  text-align: center;
  font-size: 16px;
}
.ql-news li{
  padding:15px;
  overflow: hidden;
}
.ql-news li .tubiao{
  float: left;
  width: 8%;
}
.ql-news li .news-r{
  width: 92%;
  float: right;
}
.ql-news li .news-r a h3{
  display: inline-block;
  margin-bottom: 15px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.ql-news li .news-r p{
  font-size: 14px;
  color: #777;
  line-height: 170%;
}
.ql-news-b{

}
.ql-news-b a h3{
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.ql-news-b p{
  font-size: 14px;
  color: #777;
  line-height: 170%;
}
.ql-news-b .tua{
  position: relative;
  margin-top: 60px;
  background-color: rgba(0,0,0,0.6);
  display: block;
}
.ql-news-b .tua a{
  display: block;
  position: absolute;
  top:35%;
  left:50%;
  z-index: 10;
  margin-left:-15%;
  width: 30%;
  padding:2%;
  border:2px solid #fff;
  text-align: center;
  font-size: 15px;
  color: #fff;
  border-radius: 3px;
  transition: all 0.3s;
}
.ql-news-b .tua a:hover{
  background-color: #fb8404;
}
.ql-news-b .tua:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 10;
  display: block;
}
.ql-news-b .tua img{
  width: 100%;
}
/*合作伙伴*/
.ql-hb {
  margin-bottom: 6px;
}
.ql-hb img{
  border:1px solid #efefef;
  box-sizing: border-box;
  width: 100%;
  display: block;
}

/*产品*/
.gj-pro-pad{
  padding:3px;
}
.gj-pro{
  transition: ease-in-out .5s;
  margin: 0;
  position: relative;
  box-sizing: border-box;
}
.gj-pro .por-content{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(255,255,255,0);
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0);
  box-shadow: 0 0 12px rgba(0,0,0,0);
  transition: ease-in-out .5s;
  box-sizing: border-box;
/*  margin: 0;
  padding: 0;
  border: 0;*/
}
.gj-pro:hover .por-content{
  background-color: rgba(0, 0, 0, 0.80);
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,.2);
  box-shadow: 0 0 12px rgba(0,0,0,.2);
}
.gj-pro .por-content .thumb{
  opacity: 1 !important;
  width: 100%;
  border:1px solid #efefef;
  box-sizing: border-box;
  transition: ease-in-out .5s;
}
.gj-pro .por-content .por-btn{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  margin-top: -23px;
  padding: 0px 15px;
  height: 46px;
  line-height: 46px;
  background-color: transparent;
  border: 1px #fff solid;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out .5s;
  box-sizing: border-box;
}
.gj-pro .por-content .por-header{
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  padding: 12px 12px 4px;
  font-size: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out .5s;
}
.gj-pro .por-content .por-header a{
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
  color: #fba704;
}
.gj-pro .por-content .por-header span{
  display: inline-block;
  width: 50%;
  font-size: 12px;
  color: #fff;
}
.gj-pro:hover .por-header, .gj-pro:hover .por-btn {
  opacity: 1;
  visibility: visible;
}
.gj-pro:hover .por-content .por-btn{
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.gj-pro .por-content .por-btn:hover {
  background-color: #fba704;
  border: 1px #fba704 solid;
  color: #fff;
}
.gj-pro:hover .por-content .por-header {

    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);

}


/*新闻*/
.news-tit{
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  text-align: center;
  overflow: hidden;
}
.news-tit p{
  font-size: 15px;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 8px;
  text-align: center;
}
.news-tit h2{
  font-size: 36px;
  color: #464646;
  margin-bottom: 20px;
  font-weight: bold;
}
.news-tit span{
  height: 30px;
  left:50%;
  position: relative;
}
.news-tit span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.5px;
    width: 1px;
    height: 30px;
    background: #787878;
}
.news-bg{
  padding:50px 0px;
  background:#f2f2f2;
  overflow: hidden;
}
/*æ–°é—»*/
.xt-news{
  position: relative;
  padding:4%;
  background-color: #fff;
  overflow: hidden; 
  transform: all 0.3s ease-out;
}
.xt-news:hover{
  box-shadow: 3px 3px 6px #ddd;
}
.xt-news:before{
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 5px;
  background: #0256AC;
  transition: all 0.3s ease-out;
}
.xt-news:hover:before{
  width: 100%;
}
.xt-news .tu{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.xt-news .tu img{
  width: 100%;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}
.xt-news:hover .tu img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.xt-news .tit{
  padding: 30px 20px;
}
.xt-news .tit p.date{
  font-size: 12px;
  color: #8a8a8a;
  margin-bottom: 14px;
}
.xt-news .tit a h3{
  display: block;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 18px;
  color: #505050;
  transition: all 0.3s ease-out;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xt-news .tit p.con{
  margin-bottom: 42px;
  font-size: 14px;
  line-height: 22px;
  color: #8a8a8a;
  height: 44px;
  overflow: hidden;
}
.xt-news .tit .more{
  position: relative;
  padding: 0 0 0 84px;
}
.xt-news .tit .more a{
  font-size: 12px;
  color: #a6a6a6;
  font-style: italic;
}
.xt-news .tit .more:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 10px;
    width: 70px;
    height: 1px;
    background: #a6a6a6;
}
/*简介*/
.gj-gs-img img{
  width: 100%;
}
.gj-gs{
  margin:5% 0px;
  padding-left: 5%;
}
.gj-gs-tit{

}
.gj-gs-tit h2 strong{
  display: block;
  font-size: 30px;
  font-weight: 700;   
  padding-bottom: 15px;
}
.gj-gs-tit p{
  display: block;
  font-size: 15px;
  color: #666;
}
.gj-gs-con{
  padding:20px 0px;
  height: 300px;
  overflow: hidden;
}
.gj-gs-con p{
  font-size: 15px;
  color: #666;
  line-height: 190%;
}
.gj-gs-more {
  margin-top: 30px;
}
.gj-gs-more a{
  display: inline-block;
  width: 250px;
  border: 1px solid #000;
  padding:12px 0px;
  text-indent: 10%;
  font-size: 14px;
  color: #000;
  line-height: 30px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gj-gs-more a:hover{
  background-color: #fba704;
  color: #000;
}
.gj-gs-more a i{
  float: right;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  position: relative;
  transition: all 0.5s;
}
.gj-gs-more a:hover i{
  margin-right: 20px;
}
.gj-gs-more a i:before{
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/about-jiantou.png);
  position: absolute;
  z-index: 11111;
  transition: all 0.5s;
}
.gj-gs-more a:hover i:before{
  background: url(../images/about-jiantoub.png);
}
/*中间宣传*/
.gj-m-xc{
  width: 100%;
  height: 230px;
  background: url(../images/middle-tua.jpg) top center no-repeat;
  overflow: hidden;
}
.gj-xc-tit{
  margin-top: 40px;
}
.gj-xc-tit p{
  display: block;
  padding:20px 0px;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  /*color: #fbca04;*/
}
.gj-xc-tit span{
  display: block;
  color: #999999;
  font-size: 15px;
}
.gj-xc-more{
  margin-top: 90px;
}
.gj-xc-more a{
  display: block;
  float: right;
  padding: 13px 40px;
  background-color: #fbb204;
  border:2px solid #fbb204;
  color: #000;
  font-size: 15px;
  border-radius: 8px;
  transition: all 0.5s;
}
.gj-xc-more a:hover{
  background-color: #fb9b04;
  border:2px solid #fff;
  color: #fff;
}
/*产品优势*/
.gj-pro-ys{
  width: 100%;
  padding:60px 0px 30px 0px;
  background:url(../images/pro-ys-bg.jpg) top center no-repeat #efefef;
  overflow: hidden;
}
.pro-ys-tit h2{
    display: block;
    margin-bottom: 10px;
    width: 100%;
    padding: 5px;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}
.pro-ys-tit p{
  display: block;
  margin-bottom: 60px;
  text-align: center;
  font-size: 17px;
  color: #666;
}

.pro-ys{
  margin-bottom: 50px;
  width: 95%;
  min-height:155px;
  background-color: #ebebeb;
}
.pro-ys .ys-l{
  float: left;
  width: 15%;
}
.pro-ys .ys-l p.numa{
  display: block;
  position: relative;
  top:-15px;
  left:-15px;
  width: 80px;
  height: 100px;
  background-color: #333;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  line-height: 90px;
  transition: all 0.5s;
}
.pro-ys:hover .ys-l p.numa{
  background-color: #fbbe04;
  color: #000;
}
.pro-ys .ys-r{
  float: right;
  width: 85%;
  padding:20px;
}
.pro-ys .ys-r strong{
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #333;

}
.pro-ys .ys-r p{
  padding-top:10px;
  font-size: 17px;
  color: #666;
  line-height: 170%;
}

/*思拓瑞克*/
.m1-bg {
    width: 100%;
    height: 81px;
    background: url(../images/bg2.jpg) top center repeat-y;
    overflow: hidden;
}
.m1-l{
  float: left;
  background-color: #000;
}
.m1-l img{
  float: left;
  vertical-align: middle;
}
.m1-l p{
  display: block;
  float: left;
  line-height: 81px;
  font-size: 16px;
  color: #fff;
}
.h-gg-r {
    margin-top: 18px;
    float: right;
    width: 308px;
}
.m1-r{
  float: left;
  margin-left: 50px;
  width: 678px;
  height: 81px;
}
.m1-r a{
  display: block;
  float: left;
  margin-right: 5px;
  line-height: 81px;
  font-size: 16px;
  color: #000;
}
.h-input1{
  float: left;
  width: 226px;
  height: 40px;
  border:1px solid #dcdcdc;
  background-color: #fff;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  text-indent: 15px;
}
.h-input2{
  float: right;
  width: 82px;
  height: 40px;
  background-color: #f29c05;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 40px;
}
/*新闻*/
/*新闻*/
.at-news3{
  padding:20px;
}
.at-news3 .tu1{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.3s ease 0.1s;
  overflow: hidden;
}
.at-news3 .tu1 img{
  /*max-height: 300px;*/
  width: 100%;
  object-fit: cover;
}
.at-news3 .tu1 .upimg{
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.at-news3 .tu1:hover .upimg{
  opacity: 1;
}
.at-news3 .tu1 .upimg .bgbox{
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  
}
.at-news3 .tu1 .upimg .stit{
  display: block;
  font-size: 20px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 10%;
  margin-top: -15px;
  color: #fff;
  z-index: 11;
  transition: all 0.3s ease-out;
}
.at-news3:hover .tu1 .upimg .stit{
  top: 40%;
}
.at-news3 .tu1 .upimg .stit img{
  width: 110px;
  height: 84px;
}
.at-news3 .tu1 .upimg .line{
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #f2f2f2;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  transition: all 0.6s ease 0s;
}
.at-news3 .tu1:hover .upimg .line {
    width: 6px;
    margin-left: -3px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.at-news3 .tu1 .upimg .linet{
  top: 0;
}
.at-news3 .tu1 .upimg .lineb{
  bottom: 0;
}
.at-news3 .n3-tit{
  width: 100%;
  height: 70px;
  background: #efefef url(../images/n3-tu1.png) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: 81% 17px;
}
.at-news3 .n3-tit h3 {
  float: left;
  overflow: hidden;
  padding-left: 9%;
  width: 72%;
  line-height: 23px;
  transition: 0.5s;
  padding-top: 25px;
  font-size: 18px;
  color: #444;
  text-align: left;
}
.at-news3 .n3-tit h3 span {
    font-size: 14px;
    color: #999;
    display: block;
    max-height: 22px;
    overflow: hidden;
}
.at-news3 .n3-tit .jiantou {
  float: right;
  width: 18%;
  height: 70px;
  background: url(../images/n3-tu2.png) no-repeat 33px center;
  transition: 0.5s;
}
.at-news3 .n3-tit:hover .jiantou {
    background: url(../images/n3-tu3.png) no-repeat 43px center;
}

/*展会*/
.st-zh{
  padding: 30px 0px;
  background-color: #0256AC;
  overflow: hidden;
}
/*简介*/
.about-tu{
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.about-tit{
  width: 50%;
  border-bottom: 3px solid #ffeb3c;
  overflow: hidden;
}
.about-tit h2{
  display: block;
  float: right;
  width: 50%;
  padding:15px 0px;
  text-align: center;
  background-color: #ffeb3c;
  font-size: 27px;
  color: #000;
  font-weight: bold;
}
.about-cont{
  /* margin-top: 148px; */
}
.about-cont strong{
  position: relative;
  z-index: 100;
  display: block;
  width: 770px;
  font-size: 50px;
  color: #000;
  font-weight: bold;
}
.about-cont .zia{
  display: block;
  margin-top:57px;
  font-size: 18px;
  color: #6b6b6b;
}
.about-cont .cont{
  margin-top:35px;
  padding-right: 40px;
  height: 276px;
  overflow: hidden;
}
.about-cont .cont p,
.about-cont .cont p a,
.about-cont .cont a,
.about-cont .cont p strong{
  font-size: 16px;
  color: #454545;
  line-height: 170%;
}
.about-cont .cont p{
	text-indent: 30px;
	margin-bottom: 10px;
}
.about-cont .morea a{
  margin-top: 55px;
  display: block;
  padding:8px 0px;
  width: 139px;
  color: #383838;
  border:1px solid #b5b5b5;
  text-align: center;
  font-size: 15px;
  color: #666;
  transition: all 0.3s;
}
.about-cont .morea a:hover{
  background-color: #0256AC;
  color: #fff;
}
/*400电话*/
.w400-phone{
  margin-top: 50px;
}
.w400-phone p{
  display: block;
  font-size: 40px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.w400-phone .zia{
  color: #0256AC;
  font-weight: bold;
  text-align: center;
  font-size: 40px;
}
.w400-phone .zia a{
  color: #0256AC;
  font-weight: bold;
  text-align: center;
  font-size: 40px;
}
/*优势*/
.ys-tit{
  padding-top: 80px;
  padding-bottom: 36px;
}
.ys-tit h3{
  display: block;
  font-size: 36px;
  color: #464646;
  text-align: center;
  font-weight: bold;
}
.ys-tit p{
  display: block;
  padding-top: 18px;
  font-size: 15px;
  color: #666;
  text-align: center;
}
.strk-ys-bg1{
  width: 100%;
  height: 100%;
  background: url(../images/ys-tu1.jpg);
  background-position: center center;
  background-repeat:no-repeat; 
  background-size:cover;
  overflow: hidden;
  border:1px solid #e5e5e5;
  box-sizing: border-box;
}
.strk-ys-bg2{
  width: 100%;
  height: 100%;
  background: url(../images/ys-tu2.jpg);
  background-position: center center;
  background-repeat:no-repeat; 
  background-size:cover;
  overflow: hidden;
  border:1px solid #e5e5e5;
  box-sizing: border-box;
}
.strk-ys-bg3{
  width: 100%;
  height: 100%;
  background: url(../images/ys-tu3.jpg);
  background-position: center center;
  background-repeat:no-repeat; 
  background-size:cover;
  overflow: hidden;
  border:1px solid #e5e5e5;
  box-sizing: border-box;
}
.strk-ys-bg4{
  width: 100%;
  height: 100%;
  background: url(../images/ys-tu4.jpg);
  background-position: center center;
  background-repeat:no-repeat; 
  background-size:cover;
  overflow: hidden;
  border:1px solid #e5e5e5;
  box-sizing: border-box;
}
.strk-ys{
  padding:10px;
  height: 478px;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.strk-nr{
  margin-top: 40%;
  padding:30px;
  min-height: 198px;
  background: rgba(255,255,255,0.8);
  transition: all 0.3s ease-out;
}
.strk-nr h4{
  display: block;
  text-align: center;
  font-size: 25px;
  color: #000000;
  font-weight: bold;
}
.strk-nr p{
  display: block;
  margin-top: 15px;
  font-size: 16px;
  color: #000;
  text-align: center;
  line-height: 150%;
}
.strk-ys:hover .strk-nr{
  margin-top: 30%;
  background: rgba(255,235,59,0.8);
}
/*活动图*/
.hdt img{
  width: 100%;
}

/*联系我们地图*/
.map-ys{
  margin:0 auto; 
  margin-top:10%;
  width:80%;
  height:550px;
  border:#ccc solid 1px;
}
.b-map {
    position: fixed;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(50,50,50,0.8);
    visibility: hidden;
    transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
}
.b-map.hover {
    visibility: visible;
    top: 0;
}
.b-map .close-btn {
    position: absolute;
    right: 12%;
    top: 23%;
    width: 56px;
    height: 56px;
    background: url(../images/closemap.png) no-repeat center center #3f51b5;
    display: block;
    z-index: 2;
}
.con-map{
  /*width: 100px;
  height: 30px;
  background-color: red;*/
}

/*首页新闻*/      
/*end首页新闻*/




/*====================end middle====================*/
/*====================foot====================*/
.strk-link{
  padding:15px 0px;
}
.strk-link h3{
  padding:5px 15px;
  display: block;
  float: left; 
  padding-right: 15px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  background-color: #efefef;
}
.strk-link a{
  display: block;
  padding:5px 8px;
  float: left;  
  padding-right: 15px;
  font-size: 14px;
  color: #333;
}
.strk-link p a{
  display: block;
  padding:5px 8px;
  float: left;  
  padding-right: 15px;
  font-size: 14px;
  color: #333;
}
.gl-foot-w{
  padding:60px 0px 30px 0px;
  background-color: #282828;
  overflow: hidden;
}
.gl-foot-tit h3{
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.gl-menu{}
.gl-menu a{
  display: block;
  padding:5px 0px;
  font-size: 14px;
  color: #DDDDDD;
}
.gl-f-proc{}
.gl-f-proc a{
  float: left;
  display: block;
  width: 48%;
  padding:5px 1%;
  font-size: 14px;
  color: #fff;
}
.foot-ewm{
  text-align: center;
}
.foot-ewm img{
  display: block;
  margin:0 auto;
}
.foot-ewm p{
  display: block;
  padding:10px 0px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.gl-f-phone{
  
}
.gl-f-phone p{
  display: block;
  padding:5px 0px;
  line-height: 20px;
  color: #fff;
  /* text-align: center; */
  font-size: 16px;
}
.gl-f-phone p a{
	color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 170%;
}
.gl-line{
  border-right:1px solid #4c4c4c;
}
.gl-line img{
  width: 100%;
}
.gl-bq{
  margin-top: 20px;
  border-top:1px solid rgba(255,255,255,0.05);
  padding-top: 28px;
  color: #bcbcbc;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
}
.gl-bq p,
.gl-bq p strong,
.gl-bq p p{
  color: #bcbcbc;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
}
.gl-bq a{
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 24px;
}
/*内页*/
.jt-ny-tit{
  position: relative;
  height: 480px;
}
.jt-ny-tit h2{
  position: absolute;
  bottom:0px;
  left:0px;
  width: 200px;
  height: 50px;
  background-color: #ffeb3b;
  text-align: center;
  line-height: 50px;
  color: #000;
  font-size: 26px;
}

/*手机样式*/
  /*优势*/

/*返回顶部*/
.to-top { position: relative; z-index: 11111111111; display: none; padding: 5px 10px; color: #fff !important; background-color: #f50;}
.to-top:visited { color: #fff;}
/*end手机样式*/

@media only screen and (min-width: 1260px){
  #w-1200{width:80%}
  #w-1200-1{width:80%;}
  .pc-menu-bg{width: 100%;}
  /*menu*/
  .header-nav .nav-list>li>a{padding:0 13px;}
  .header-nav .nav-list > li > a::after{margin-left: 12px;}
}

@media only screen and (max-width: 1260px){
  #w-1200{width:100%;}
  #w-1200-1{width:100%;}
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}
  .pc-menu-bg{width: 100%;}
  .pc-menu{width: 100%;}
  /*menu*/
  .header-nav .nav-list>li>a{padding:0 13px;}
  .header-nav .nav-list > li > a::after{margin-left: 12px;}

  
}
@media only screen and (max-width: 992px){
  #w-1200{width:100%;}
  #w-1200-1{width:100%;}
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}

  .pc-menu{width: 100%;}
  .pc-menu-bg{width: 100%;}

  .padding15-8{padding:8px;}
  .header-nav .nav-list>li>a{padding:0 3px;}

  .h-gg-r{ width: auto; text-align: center; margin-right: 25px; }
  .tit1 h2{font-size: 25px; height: auto;}
  .tit1 p{padding:10px 15px;}

  .gl-proc{padding:15px;}
  .gl-proc li{display: block;width: 49%; float: left; margin:0px; padding:0px;}
  .gl-proc li a{display: block;}

  .about-tit{width: 100%;}
  .about-cont{margin-top: 15px;}
  .about-cont strong{ display: block; width: 90%; margin:0 auto;font-size: 20px; text-align: center;}
  .about-cont .zia{display: block; width: 90%; margin:0 auto;margin-top: 15px; text-align: center; font-size: 16px;}
  .about-cont .cont{margin-top: 5px; padding:15px; height: auto;}
  .about-cont .morea a{margin:0 auto; margin-top: 15px;}
  .about-tit h2{margin:0 auto; float: none;}
  
  .at-news3 .n3-tit{height: 70px;}
  .at-news3 .n3-tit h3{font-size: 16px;padding-top: 25px;}
  
  .sm-about img{
    margin-top: 15px;
    width: 100%;
  }

  .st-zh{padding:25px 0px;}
  .hdt{padding:5px !important;}

  .ys-tit{padding:20px 15px;}
  .ys-tit h3{font-size: 36px;}
  .ys-tit p{font-size: 16px;}
  .strk-ys{height: 300px;}
  .strk-nr{margin-top: 10%;}

  .news-bg{padding:30px 0px;}
  .news-tit p{font-size: 13px;}
  .xt-news{margin-bottom: 10px;}
  .w400-phone p{font-size: 20px;}
  .w400-phone .zia{font-size: 30px;}
  .mini-tit{background-color: #fff; width: 100%;}
  .mini-tit img{width: 85%;}

  .gl-proc li a{padding: 8.5px 10px;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;font-size: 14px;}
  .at-news3 .n3-tit h3 span{display: none;}



}
/*====================手机====================*/
@media only screen and (max-width: 768px){
  #w-1200{width:100%;}
  #w-1200-1{width:100%;}
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}




 /*地图*/
 .b-map .close-btn{
  top:10%;
 }
 .map-ys{height: 300px; width: 90%;}
 
}

.content img,.bodyy img{max-width:100%;height:auto !important;}
/* 织梦园（dedeyuan.com）做最好的织梦整站模板下载网站 */
.dede_pages{padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.dede_pages ul{display:inline-block;margin:0 auto;padding:0}
.dede_pages ul li{float:left;font-family:'microsoft yahei';margin:0 2px;padding:0 10px;line-height:25px;background:#fff;border:1px solid #d8dadf}
.dede_pages ul li a{float:left;color:#555;display:block}
.dede_pages ul li:hover{text-decoration:none;color:#fff;border:1px #333 solid;background-color:#333}
.dede_pages ul li:hover a{color:#fff}
.dede_pages ul li:hover a:hover{color:#fff;text-decoration:none}
.dede_pages ul li:hover .pageinfo{color:#fff;}
.dede_pages ul li.thisclass{background-color:#333;color:#fff;border:1px #333 solid}
.dede_pages ul li.thisclass a{color:#fff}
.dede_pages .pageinfo{line-height:25px;padding-left:5px}
.dede_pages strong{font-weight:400}

/*产品列表*/
.showlist {width:100%;float:left;}
.showlist div *{width:100%;}
.showlist li{margin:10% auto;width:92%;background:#fdfdfd;border:5px solid #fff;border-radius: 5px;}
.showlist li:hover{box-shadow: 0px 0px 8px #666;background:#f0f0f0;}
.showlist li dl a{display:block;}
.showlist li img{border-radius: 5px;}
.showlist li .t{/*line-height:35px;*/ padding:10px 2px; display:block; text-align: center; border-bottom: 3px solid #efefef; text-transform: uppercase; font-size: 17px;}
.showlist li:hover b{color:#e30;}
.showlist dt a{overflow:hidden;display:inline-block;transform:rotate(0);border-radius: 5px;}
.showlist dt a img{transition:all .4s ease-in-out;}
.showlist dt a:hover img{transform:translateZ(0) scale(1.12);}
.showlist dd ,.showlist ol{padding:1%;color:#666;text-align:center;}
.showlist dd *{color:#666;}
.showlist span{text-decoration:line-through;vertical-align: middle;}
.showlist .pm{text-decoration:none;color:#00F;}
.showlist div{float:left;border-left:1px solid #eee;}
.showlist div:hover{background:#fafafa;}
.showlist .button{width:60%;color:#fff;margin:0px auto;padding:0px;}
@media only screen and (max-width: 650px){
	.showlist .button{font-size:12px;height:30px;line-height:30px;}
}
#showdata {display:none;}
#showdata li{float:left;width:300px;}
#showdata li *{width:100%;}
#loaddata {text-align:center;}

/*新闻列表*/
.news {width:100%;}
.news *{font-size:1.1em;color:#666;}
.news div{float:left;border-left:1px solid #eee;}
.news li{background:#fdfdfd;border-bottom:1px solid #eee;padding:10px;position:relative;}
.news li:hover{background:#f7f7f7 url(images/8xs/bg5.gif);}
.news li a{display:block;width:70%;position:relative;left:10px;top:0;}
.news li span{display:block;position:absolute;right:10px;top:10px;}
.news li ol{clear: both;float:none;display:none;padding:10px;height:80px;overflow:hidden;color:#888;font-size:1em;}
.news li ol img{height:90%;border-radius: 5px;}
.news li ol:hover{overflow:auto;}
.news li:hover ol{display:block;color:#000;}
.news li:hover a{color:red;}

.showpics{width:94%;border:#DBDBDB solid 1px;border-radius:5px;background:#FFF;float:left;margin:0px;}
.showpics img{border-radius:5px;}
.showpics li{height:395px;padding-bottom:15px;text-align:center;position:relative;}
.showpics li img{max-height:385px;max-width:95%;margin:auto;position:absolute;top:0;left:0;bottom:0;right:0;z-index:0;}
.showpics ol {border-top:#dbdbdb solid 1px;background:#fbfbfb;}
.showpics dt{height:90px;}
.showpics dt img{height:90%;margin:1%;}
.showpics dt img:hover{box-shadow: -5px -5px 8px #aaa;}

div.showleft{background:#fdfdfd;width:50%;float:left;margin:3% 0px;}
div.showleft .qrout{margin:0px 20px 0px 0px;}

ul.fs2 {margin:0px;padding-top:1px;}
ul.fs2 li dl{width:20%;}
ul.fs2 li dt{width:76%;}
#_nub{width:50px;}
.nubjia,.nubjian{border:#A0A0A0 1px solid;line-height:27px;height:27px;width:15px;display:inline-block;margin-left:3px;text-align:center;cursor:pointer;user-select:none;}
div.min_box_content{color:#666;min-height:110px;height:110px;padding-bottom:22px;}
div.min_box_content div.c{min-height:110px;text-indent:2em;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;}
div.min_box_content:hover{color:#000;background:url(images/bg/hotbg.gif);}
.con-daodu{
	margin-top: 15px;
	padding:6px 12px;
	font-size: 14px;
	border:1px dashed #d8d8d8;
	border-radius: 6px;
}
.con-daodu strong{font-weight: bold; font-size: 15px;}